home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
hypercrd
/
xcmd
/
xfcnmscl.sit
/
XFCN miscellany
/
background_2690.txt
< prev
next >
Wrap
Text File
|
1987-11-22
|
2KB
|
90 lines
-- background: 2690 from stack: in
-- bmap block id: 4532
-- flags: 0000
-- background id: 0
-- name:
----- HyperTalk script -----
on openBackground
push recent card
end openBackground
-- part 53 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=426 top=26 right=55 bottom=458
-- title width / last selected line: 0
-- icon id / first selected line: 21700 / 21700
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Home
----- HyperTalk script -----
on mouseUp
visual effect iris open
go Home
end mouseUp
-- part 55 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=415 top=313 right=338 bottom=442
-- title width / last selected line: 0
-- icon id / first selected line: 15420 / 15420
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Prev
----- HyperTalk script -----
on mouseUp
visual effect wipe right
go to previous card
end mouseUp
-- part 56 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=442 top=313 right=338 bottom=469
-- title width / last selected line: 0
-- icon id / first selected line: 16560 / 16560
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Next
----- HyperTalk script -----
on mouseUp
visual effect wipe left
go to next card
end mouseUp
-- part 57 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=467 top=311 right=339 bottom=504
-- title width / last selected line: 0
-- icon id / first selected line: 6720 / 6720
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Return
----- HyperTalk script -----
on mouseUp
visual effect iris close
pop card
end mouseUp